From: Juanma Barranquero Date: Tue, 23 Jul 2013 11:29:30 +0000 (+0200) Subject: lisp/desktop.el (desktop-list*): Fix previous change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~3310 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=74d7f75a6b49e6d87391465e79dfdc6add72fa31;p=emacs.git lisp/desktop.el (desktop-list*): Fix previous change. --- diff --git a/lisp/desktop.el b/lisp/desktop.el index 666be7efee3..36e4981b821 100644 --- a/lisp/desktop.el +++ b/lisp/desktop.el @@ -691,7 +691,7 @@ is nil, ask the user where to save the desktop." ;; ---------------------------------------------------------------------------- (defun desktop-list* (&rest args) - (and args (cl-list* args))) + (and args (apply #'cl-list* args))) ;; ---------------------------------------------------------------------------- (defun desktop-buffer-info (buffer)